This mod is to get rid of the red reflections in the back of the FW-190A-8 canopy.
Thanks to _Quaggles
Made by I/JG7 Erwin

Put the "default" folder here:
C:\Users\User\Saved Games\DCS.openbeta\Liveries\Cockpit_FW190_A-8\

Create the folder if you have not got it already.

In the description.lua you can select the sign you want by putting "--" in front of the other one:

If you want the gray sign:

livery = {
		--{"id_12",	DIFFUSE,				"id_12_d_no_sign", false};
		--{"id_12",	ROUGHNESS_METALLIC,		"id_12_D_no_sign_RoughMet", false};
		
		{"id_12",	DIFFUSE,				"id_12_d_gray_sign", false};
}

If you want no sign:

livery = {
		{"id_12",	DIFFUSE,				"id_12_d_no_sign", false};
		{"id_12",	ROUGHNESS_METALLIC,		"id_12_D_no_sign_RoughMet", false};
		
		--{"id_12",	DIFFUSE,				"id_12_d_gray_sign", false};
}



If you have a costomized cockpit already, just exchange the relevant lines to your existing description.lua and include the corresponding .dds-files to the default folder.